-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix image classification training scripts and readme #309
Conversation
Job PR-309-1 is done. |
Job PR-309-2 is done. |
Job PR-309-3 is done. |
Job PR-309-4 is done. |
Job PR-309-5 is done. |
Job PR-309-6 is done. |
Adding fix for #331 |
Job PR-309-8 is done. |
Job PR-309-9 is done. |
Job PR-309-10 is done. |
Job PR-309-12 is done. |
elif opt.label_smoothing: | ||
hard_label = label | ||
label = smooth(label, classes) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So this label
is not used now? After adding line 362 the train_metric
seems to be updated with hard_label
, irrelevant to the smoothed label
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
label
is used in loss calculation.
Job PR-309-13 is done. |
Job PR-309-14 is done. |
Job PR-309-15 is done. |
Job PR-309-18 is done. |
No description provided.